Skip to content

chore(deps): update all minor updates#686

Open
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/all-minor
Open

chore(deps): update all minor updates#686
renovate[bot] wants to merge 1 commit into
developmentfrom
renovate/all-minor

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@pulumi/aws (source) 7.32.07.39.0 age confidence dependencies minor
@pulumi/hcloud (source) 1.38.01.39.1 age confidence dependencies minor
@pulumi/kubernetes (source) 4.31.14.33.0 age confidence dependencies minor
@pulumi/mailgun (source) 3.8.03.9.0 age confidence dependencies minor
@pulumi/postgresql (source) 3.17.03.18.0 age confidence dependencies minor
@pulumi/pulumi (source) 3.245.03.254.0 age confidence dependencies minor
actions/setup-node v6.4.0v6.5.0 age confidence action minor
cert-manager (source) v1.20.3v1.21.0 age confidence minor
hcloud-csi 2.21.22.22.0 age confidence minor
juicefs-csi-driver (source) 0.31.100.32.0 age confidence minor
node 24.16.024.18.0 age confidence uses-with minor
plane-ce (source) 1.5.11.6.0 age confidence minor
pulumi/pulumi 3.245.03.254.0 age confidence image-name minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v7.39.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.38.0...v7.39.0

v7.38.0

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-aws@v7.37.0...v7.38.0

v7.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-aws@v7.36.0...v7.37.0

v7.36.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.35.0...v7.36.0

v7.35.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.34.0...v7.35.0

v7.34.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.33.0...v7.34.0

v7.33.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-aws@v7.32.0...v7.33.0

pulumi/pulumi-hcloud (@​pulumi/hcloud)

v1.39.1

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-hcloud@v1.39.0...v1.39.1

v1.39.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-hcloud@v1.38.0...v1.39.0

pulumi/pulumi-kubernetes (@​pulumi/kubernetes)

v4.33.0

Compare Source

Added
  • #​3595 Add takeOwnership to kubernetes.helm.sh/v3:Release. When set, Helm skips the resource-conflict check and adopts existing resources into the release (equivalent to helm upgrade/helm install --take-ownership).
  • #​3284 Add includeHooks to kubernetes.helm.sh/v4:Chart. When set together with the provider's renderYamlToDirectory, Helm hook resources (annotated helm.sh/hook) are included in the rendered output instead of being dropped, so that another tool (e.g. Argo CD) can apply them. Test hooks (helm.sh/hook: test) are excluded, and the flag has no effect outside of render mode. This only brings render mode up to par with helm template; it does not implement full Helm hook lifecycle support (ordering, weights, delete policies, execution), so #​3284 remains open.
Changed
  • Upgrade Kubernetes schema and libraries to v1.36.2.
  • #​4454 Document that skipAwait defaults to false on yaml/v2.ConfigFile, yaml/v2.ConfigGroup, and kustomize/v2.Directory.

v4.32.0

Compare Source

Fixed
  • #​3176 ensure Helm-installed CRDs can be resolved during preview
  • #​4396 Fix panic when creating a kubernetes.io/service-account-token Secret with a non-existent ServiceAccount.
  • #​4394 Don't fail YAML render when a custom resource's namespace scope can't be determined offline. The resource is rendered without a namespace and a warning is logged, rather than erroring.
Changed
  • Align the documented minimum supported Kubernetes version and local SDK install instructions with current provider behavior.
pulumi/pulumi-mailgun (@​pulumi/mailgun)

v3.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-mailgun@v3.8.0...v3.9.0

pulumi/pulumi-postgresql (@​pulumi/postgresql)

v3.18.0

Compare Source

What's Changed

Full Changelog: pulumi/pulumi-postgresql@v3.17.0...v3.18.0

pulumi/pulumi (@​pulumi/pulumi)

v3.254.0

Compare Source

3.254.0 (2026-07-23)

Features
  • [cli] Add pulumi logs share command for sharing logs with Pulumi #​22546
  • [cli] Add pulumi stack migrate to migrate a stack from another backend to the currently logged-in backend, including re-encrypting config secrets and stack state under the target secrets provider #​22902
  • [cli/config] Add an --override-env flag to up, preview, destroy, and refresh to substitute imported environments for a single run without editing the stack config #​23562
  • [cli] Add pulumi neo acp to run Neo as an Agent Client Protocol agent over stdio for ACP-capable editors, with read-only and plan mode exposed as session config options #​23886
  • [cli/neo] Retry transient pulumi neo stream and message-send failures, and add pulumi neo resume with chat history #​23835
  • [cli/neo] Make Ctrl+C clear typed text and preserve Ctrl+A/Ctrl+E line navigation in pulumi neo #​23932
  • [cli/do] Add upsert to do, allowing resources to be statefully created or updated in a stack #​23813
  • [sdk/python] Add pulumi.run for natively awaited Python program entrypoints that can return stack outputs #​23945
  • [cli/do] Allow expressions for number inputs #​23954
  • [cli/do] Allow expressions for boolean inputs #​23967
  • [cli/policy] Add --runtime-options to pulumi policy new #​23992
  • [cli/do] Add support for stateful create #​23996
  • [cli/do] Add support for stateful delete #​24000
Bug Fixes
  • [sdkgen/go] Fix Go codegen for plain properties nested inside non-plain objects #​22524
  • [cli/neo] Keep pulumi neo connected during quiet periods when the event stream only receives keep-alive heartbeats #​23935
  • [engine] Validate snippets before persisting them #​23920
  • [backend] Fix dangling ReplaceWith references in the journal replayer #​23927
  • [cli/do] Fix the converter plugin not being called if just attributes needed converting #​23948
  • [programgen/go] Generate compilable Go for programs that use discriminated union members as array/list elements #​23980
Improvements
  • [cli] Align commands with the CLI naming guidelines, adding ls, rm, delete, mv, update, modify, create and setup aliases to list/remove/move/edit/new commands and making state remove and package remove the canonical names with delete kept as an alias #​23903
  • [cli] Suggest closely-matching commands from the whole command tree when an unknown command is entered #​23848
  • [cli] Print help but exit with a non-zero code when pulumi is run without a command, matching the behavior of other group commands #​23848
  • [programgen] Support onError resource hooks in generated Go, NodeJS, and Python programs and in the PCL runtime, retrying the failed operation when the hook command exits successfully #​23839
  • [protobuf] Add parent and properties fields to ResourceImport so state converters can express resource hierarchy and property filters #​23929
  • [protobuf] Allow state converters to declare explicit providers as resources in ConvertState responses and attach imported resources to them via the new provider field #​23975
  • [cli] Redact secrets in property values in logs #​23931
  • [cli] Make -v<n> --logflow no longer produce separate log files for plugins #​23938
  • [protobuf] Pass a schema loader target to state converters in ConvertStateRequest #​23944
  • [cli/import] Allow explicit providers to be declared in the resources section of an import file and referenced by name #​23972
  • [cli] Remove the template count from pulumi new --help, which required a slow template listing before help could display #​23973
  • [cli/import] Support inputs and outputs on resources in import files, importing supplied state directly and skipping the provider read when outputs are given #​23984
Miscellaneous
  • [sdk] Move RetrieveGitFolder to the gitutil package #​23955
  • [sdk] Move template helpers from workspace to pkg/cmd/pulumi/templates #​23963

v3.253.0

Compare Source

Features
  • [auto/go] Support --import-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations #​23833
Bug Fixes
  • [sdk] Precompose filenames to NFC on macOS when matching ignore patterns during archive creation, mirroring git's core.precomposeunicode so composed patterns match decomposed filenames #​23566
  • [cli] Respect the -v log level again so that without -v only warnings and errors are written to stderr #​23910
  • [codegen] Correctly generate provider resources declared inside PCL components for Node.js, Python and Go #​23904
Improvements
  • [cli] Add a --version flag to the pulumi command that prints the version, same as pulumi version #​23898
  • [cli] Align env commands with the CLI naming guidelines, making list, remove and move the canonical names with ls, rm, delete and mv kept as aliases #​23901

v3.252.0

Compare Source

Features
  • [auto] Add import to the generated automation APIs for NodeJS, Python and Go #​23876
Bug Fixes
  • [cli] Exit with a non-zero code when a command group such as pulumi env is given an unknown subcommand or no subcommand at all #​23814
  • [cli] Fix a panic when displaying a stack-level policy violation #​23692
  • [cli] Make reading non-secret stack outputs and running pulumi about no longer require the passphrase for passphrase-encrypted stacks #​23820
  • [cli] Avoid pulumi logs <command> showing the log for the currently running command #​23887
Improvements
  • [cli] Improve the error message when using Pulumi ESC with a DIY backend to suggest logging into Pulumi Cloud #​23811
  • [cli] Show command name for cli commands when running any command that lists logs #​23889
  • [cli/display] Render strings containing non-UTF8 bytes as b"" in diffs and JSON output #​23870
Bug Fixes
  • [cli/do] Fix calling delete on PF resources that need read called first #​23837
  • [cli/env] Submit the change request created by pulumi env open-request so it is pending approval instead of being left as an unsubmitted draft #​23802
Improvements
  • [cli/env] Add a --reason flag to pulumi env open-request to explain the request to approvers #​23802
Bug Fixes
  • [cli/neo] Fix the initial prompt sometimes rendering above the welcome banner in pulumi neo #​23831
Improvements
  • [cli/state] Improve the error message when a resource URN is not found in the state for pulumi state commands, suggesting close-matching URNs and how to list the URNs in the stack #​23812
Bug Fixes
  • [engine] Fix importing a resource whose import identifier differs from its canonical ID causes the resource to be deleted on a subsequent update #​23834
Improvements
  • [pcl] Allow binding hooks to a resource's onError option #​23838
Bug Fixes
  • [programgen] Deduplicate identical apply arguments to avoid unnecessary Promise.all/pulumi.all/Output.All in generated code #​22293
  • [sdk] Failed resource registrations will return faulted outputs, not unknown outputs #​23844
Features
  • [sdk/nodejs] Add a production runtime option for Node.js projects. When set to true in Pulumi.yaml, pulumi install skips devDependencies (npm --production, pnpm --production, yarn --production). #​23849
Bug Fixes
  • [sdk/nodejs] Fix empty node_modules folders in serialized function archives when using pnpm or symlinked workspace packages #​23866
Miscellaneous
  • [sdk/nodejs] Report the TypeScript version in pulumi about #​23850
  • [sdk/nodejs] Update OpenTelemetry dependencies #​23855

v3.251.0

Compare Source

3.251.0 (2026-07-08)
Bug Fixes
  • [cli] Show a retain marker for retain-on-delete resources in --diff output #​23754
  • [cli] Don't miscopy out archives #​23798
Miscellaneous
  • [cli] Add pulumi neo --debug-update and pulumi neo --debug-preview flags to investigate a failed update or preview, suggested in the failure output #​23499
Improvements
  • [cli/convert] Add an ecosystem field to converter mapping requests so a con

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/all-minor branch from 78e4d16 to 7966e29 Compare June 11, 2026 18:11
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 7966e29 to 102c836 Compare June 12, 2026 02:07
@renovate renovate Bot changed the title chore(deps): update all minor updates to v4.32.0 chore(deps): update all minor updates Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 102c836 to 84be14a Compare June 15, 2026 23:48
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 84be14a to 8ac141c Compare June 17, 2026 17:11
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 8ac141c to ddc910f Compare June 18, 2026 17:58
@renovate
renovate Bot force-pushed the renovate/all-minor branch from ddc910f to 34843de Compare June 22, 2026 11:46
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 34843de to f91814b Compare June 24, 2026 06:09
@renovate
renovate Bot force-pushed the renovate/all-minor branch from f91814b to e6dd91f Compare June 24, 2026 18:57
@renovate
renovate Bot force-pushed the renovate/all-minor branch from e6dd91f to 0dcad29 Compare July 1, 2026 22:37
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 097b3f0 to f59c99a Compare July 8, 2026 13:02
@renovate
renovate Bot force-pushed the renovate/all-minor branch from f59c99a to d37dc39 Compare July 8, 2026 18:06
@renovate
renovate Bot force-pushed the renovate/all-minor branch from d37dc39 to 0734c0e Compare July 9, 2026 02:50
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 0734c0e to 7ec8d71 Compare July 9, 2026 17:13
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 7ec8d71 to d038238 Compare July 13, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/all-minor branch from d038238 to 268d79a Compare July 14, 2026 05:35
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 268d79a to b9cb89f Compare July 14, 2026 13:58
@renovate
renovate Bot force-pushed the renovate/all-minor branch from b9cb89f to 90db36a Compare July 15, 2026 17:13
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 90db36a to 0a3ecbf Compare July 16, 2026 05:45
@renovate
renovate Bot force-pushed the renovate/all-minor branch from 0a3ecbf to 6570b6b Compare July 16, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants